home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / cstr22.zip / READ.ME < prev    next >
Text File  |  1994-12-11  |  3KB  |  78 lines

  1. *******************************************************************
  2. *                                                                 *
  3. *  **** *** ***  *** *   * ****   **** *** |  | ***  ***  **      *
  4. *  |     |  |  |  |  |\  | |      |     |  |  | |  |  |  |  |     *
  5. *  ****  |  ***   |  | \ | | **   ****  |  |  | |  |  |  |  |     *
  6. *     |  |  | \   |  |  \| |  |      |  |  |  | |  |  |  |  |     *
  7. *  ****  |  |  \ *** *   * ****   ****  |  **** ***  ***  **      *
  8. *                                                                 *
  9. *                             2.02                                *
  10. *                                                                 *
  11. *******************************************************************
  12.  
  13. String Studio 2.02.
  14. String Studio 2.02 is Shareware.
  15. A MFC 2.5 CString class extension.
  16. This product requires: DOS 3.3, Windows 3.10, 
  17. Windows 3.x Development software using MFC 2.5.
  18. Registration costs: $20- ( with source code )
  19. COPYRIGHT HEXANET, 1993, 1994 - ALL RIGHTS RESERVED.
  20. Written by Denis CHEVRON.
  21.  
  22. Mail:  HEXANET, BP 385.16, 75768 PARIS CEDEX 16, FRANCE.
  23. Email: hnet@dialup.francenet.fr OR CIS 100333,27.
  24.  
  25. Compuserve SWREG ids:
  26.     - 3003 for String Studio 2.0 alone ($35),
  27.     - 3521 for VBX Studio + String Studio 2.0 ($75).
  28.  
  29.  
  30. String Studio 2.0 provides a MFC 2.5 CString extension:  The new CStr
  31. class is the perfect way to  simplify your MFC programming thanks  to
  32. over 110  routines. Also, the string Studio gives a  CTime  extension 
  33. and many global functions to  simplify  the Dialog Box management for
  34. instance. Now this library is also available for DOS projects. String
  35. Studio includes  Setup  program and a Windows  HLP file. Registration 
  36. comes with the full source code for just $20 when registered with VBX 
  37. Studio (SWREG id 3521)  or $35 when regsitered alone (SWREG id 3003).
  38. No royalties.
  39.  
  40.  
  41.  
  42.  
  43. Installation ******************************************************
  44.  
  45. You must UNZIP all files included in CSTR20.ZIP.   To do this, call 
  46. PKUNZIP, UNZIP or the Zip Studio Shell. To launch the  installation 
  47. run SETUP.EXE on Windows 3.x  system. To do this,   double click on 
  48. this file in the   Files manager program    or  call the WinFile' s 
  49. command "Application""Run" and give A:SETUP or B:SETUPas parameter.
  50.  
  51.  
  52. To avoid  problems during the setup, please consider the following:
  53.  
  54.    * Paths can not be longer than 120 characters,
  55.    * Available space on disk must be higher than 300 Ko. to start 
  56.      the Setup program.
  57.      
  58.  
  59. if the installation process doesn' t work with your system you can
  60. easily perform a manual installation:
  61.  
  62. 1/ Copy all the files onto a new directory 
  63.    (like 'C:\MSVC\MFC\STRING2').
  64. 2/ Then unzip all the files named *.?_ and *.??_.
  65. 3/ Drag and drop the CSTR.HLP file into the Programs manager.
  66.  
  67.  
  68. How to use String Studio? *****************************************
  69.  
  70. Replaces your CString objects with CStr. In your STDAFX.H   include 
  71. file, add '#include "CSTR20.H"' at the end of the file, define _DOS
  72. or _WINDOWS and link with CSTR20W.LIB (for _WINDOWS) or CSTR20R.LIB
  73. (for _DOS large model).
  74.  
  75.  
  76. Have a look at CSTR.HLP for Details.
  77.  
  78.